home *** CD-ROM | disk | FTP | other *** search
- http://www.vb-helper.com/HowTo/dirsize.zip
-
- Purpose
- Find the total disk space used by a directory and its subdirectories.
-
- Method
- Use the Dir command to search the directory hierarchy. Use FileLen to get the
- file sizes.
-
- Disclaimer
- This example program is provided "as is" with no warranty of any kind. It is
- intended for demonstration purposes only. In particular, it does not error
- handling. You can use the example in any form, but please mention
- www.vb-helper.com.
-